DBA
Created by alan.wang on 3/8/18.
Types
Link copied to clipboard
enum DBATestGroupKey
Used to specify AB testing groups within DBA
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun completeProductInitialization(application: Application, oldConfig: IConfiguration, newConfig: IConfiguration)
Link copied to clipboard
Link copied to clipboard
DBA: gets the list of masked views (actually, WeakReferences to the view).
Link copied to clipboard
Retrieve the value previously set using setTestGroup
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Check if DBA is recording
Link copied to clipboard
Programmatically log a DBA page change event.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
DBA: pauses recording indefinitely
DBA: pauses recording until indefinitely
Link copied to clipboard
Link copied to clipboard
Registers activity within a custom scroller to prevent captures interfering with scroll animations.
Link copied to clipboard
* Requests that the SDK begin recording the screen This function will cause a permissions dialog to be displayed, asking the user for permission to record the screen.
Link copied to clipboard
Resets the DBA capture rate the the default.
Link copied to clipboard
Link copied to clipboard
Allows implementers to reset recording permission to default value of NotSet.
Link copied to clipboard
DBA: resumes recording
Link copied to clipboard
Sets the DBA capture rate.
Link copied to clipboard
Allows implementers to debug the masking within the app by adding a colored overlay indicating masked areas
Link copied to clipboard
Allows implementers to enable recording by calling API directly or by their own implemented custom prompt
Allows implementers to enable recording by calling API directly or by their own implemented custom prompt with some extra options including the ability to enable recording for one session only
Link copied to clipboard
Define a group name for AB testing The SDK will log the relative success of each group
Link copied to clipboard
Link copied to clipboard
Stops the SDK recording the screen
Link copied to clipboard
DBA: removes a View persistenceSerializer from the list of views that are to be masked during capture.
Link copied to clipboard